<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Development on ndr_brt</title>
    <link>https://ndr-brt.gitlab.io/tags/development/</link>
    <description>Recent content in Development on ndr_brt</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>made with consciousness</copyright>
    <lastBuildDate>Thu, 21 May 2020 14:13:05 +0200</lastBuildDate>
    <atom:link href="https://ndr-brt.gitlab.io/tags/development/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Future Composition in Vert.x</title>
      <link>https://ndr-brt.gitlab.io/posts/20200521_future_composition_vertx/</link>
      <pubDate>Thu, 21 May 2020 14:13:05 +0200</pubDate>
      <guid>https://ndr-brt.gitlab.io/posts/20200521_future_composition_vertx/</guid>
      <description>&lt;p&gt;For those who don&amp;rsquo;t know, Vert.x is an event driven and non blocking application toolkit.&#xA;It&amp;rsquo;s polyglot, so you can use it with different languages (as &lt;strong&gt;Java&lt;/strong&gt;, &lt;strong&gt;Kotlin&lt;/strong&gt;, &lt;strong&gt;JavaScript&lt;/strong&gt;, &lt;strong&gt;Groovy&lt;/strong&gt;, &lt;strong&gt;Ruby&lt;/strong&gt; or &lt;strong&gt;Scala&lt;/strong&gt;).&lt;/p&gt;&#xA;&lt;h3 id=&#34;what-does-non-blocking-mean&#34;&gt;&#xA;  What does &amp;ldquo;non blocking&amp;rdquo; mean?&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#what-does-non-blocking-mean&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;p&gt;In synchronous programming, when a function is called, the caller has to wait until the result is returned.&#xA;This behaviour could lead to performance issues.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Zero Downtime Deployment with Docker Swarm</title>
      <link>https://ndr-brt.gitlab.io/posts/20200304_zero_downtime_deployment/</link>
      <pubDate>Wed, 04 Mar 2020 13:10:48 +0100</pubDate>
      <guid>https://ndr-brt.gitlab.io/posts/20200304_zero_downtime_deployment/</guid>
      <description>&lt;p&gt;If you are a software developer that already worked with a production software, for sure you know the struggle:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;deployment time&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Hope you already resolved the &lt;em&gt;trust your deployment&lt;/em&gt; issue with great practices as Continuous Integration, Automated Testing, Continuous Delivery and so on.&#xA;Today we&amp;rsquo;ll talk about &lt;strong&gt;zero downtime&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-problem&#34;&gt;&#xA;  the problem&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#the-problem&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;You already packaged your application into a docker image, published it into a docker registry, started it on your production server with:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
